Virtual ViewsVirtual Views are views that are managed by the CData Virtuality Server. They are used to eliminate typing long queries, create business-friendly table- or column- names, rewrite data-types or create calculated columns.
Virtual Views can be created by in the following ways:
CREATE VIEW command:
CREATE VIEW views.myView AS SELECT * from sourceSchema.someTableDo not forget to specify the virtual schema where the new Virtual View should be created.